home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15008 / TheoBr01.cab / _2E4994FF000B11D48F08965B7DEAC134 < prev    next >
Text File  |  2000-03-24  |  20KB  |  711 lines

  1. <html>
  2. <head>
  3.  
  4.  
  5.  
  6.  
  7. <meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
  8. <title></title>
  9. <link REL="stylesheet" TYPE="text/css" HREF="Style%20Sheet1.css">
  10.  
  11.  
  12.  
  13. <!*********************************************************************************
  14. ************************************************************************************
  15.                             Titres des jeux
  16. ************************************************************************************
  17. ***********************************************************************************->
  18.  
  19. <script ID="clientEventHandlersJS" LANGUAGE="javascript">
  20. <!--
  21. var thistext ="";
  22. var thisinfo = "" ;
  23. var thisChoice = 1 ;
  24. var staticCouleur = "";
  25. var staticLettre = "" ;
  26. var staticNombre= "";
  27. var TabLettres = new Array ("A" ,"E", "I", "O", "U",
  28. "J", "G", "P", "S", "Q" ,"T", "R", "W") ;
  29. var TabNombres = new Array("one", "two", "three","four","five","six","seven","eight","nine","ten",
  30. "thirteen",
  31. "fifteen",
  32. "nineteen",
  33. "twenty",
  34. "thirty",
  35. "fifty",
  36. "ninety-nine");
  37. var TabCouleurs = new Array("red",
  38. "black",
  39. "green",
  40. "yellow",
  41. "orange",
  42. "white",
  43. "brown",
  44. "beige",
  45. "gray");
  46.  
  47. var LettresRule = new Array("lettres", "bye" ) ;
  48. var CouleursRule = new Array("colors","bye" );
  49. var NombresRule = new Array("nombres", "bye") ;
  50. function fermer_onclick() {
  51. var Obj;
  52. var strName ;
  53. var strCtl ;
  54. for( i = 0; i< document.all.length; i++)
  55. {
  56.     Obj = document.all(i) ;
  57.     strName = Obj.id ;
  58.     if( strName != "undefined" )
  59.     strCtl = strName.substr(0,4) ;
  60.     if( strCtl == "info" || strCtl == "cont" )
  61.     {
  62.         Obj.style.display = "none" ;
  63.     }
  64. }
  65. }
  66.  
  67. function aggrandir_onclick() {
  68. var Obj;
  69. var strName ;
  70. var strCtl ;
  71. for( i = 0; i< document.all.length; i++)
  72. {
  73.     Obj = document.all(i) ;
  74.     strName = Obj.id ;
  75.     if( strName != "undefined" )
  76.     strCtl = strName.substr(0,4) ;
  77.     if( strCtl == "info")
  78.     {    
  79.         if( Obj.style.display == "block" )
  80.         {    
  81.             thisinfo = strName ;
  82.             Obj.style.display = "none" ;
  83.             Obj.className = "grosseinfo" ;
  84.             
  85.         }
  86.         Obj.style.display = "none" ;
  87.     }
  88.     if( strCtl == "cont")
  89.         Obj.style.display = "none" ;
  90.     if( strCtl == "text")
  91.     {
  92.         
  93.             thistext = strName ;
  94.             Obj.style.display = "none" ;
  95.         
  96.         
  97.     }
  98.                     
  99. }
  100. document.all.item(thisinfo).style.display = "block" ;
  101. controleg.style.display = "block" ;
  102. }
  103.  
  104. function rapetisser_onclick() {
  105. var Obj;
  106. var strName ;
  107. var strCtl ;
  108. for( i = 0; i< document.all.length; i++)
  109. {
  110.     Obj = document.all(i) ;
  111.     strName = Obj.id ;
  112.     if( strName != "undefined" )
  113.     strCtl = strName.substr(0,4) ;
  114.     if( strCtl == "info")
  115.     {    
  116.         if( Obj.style.display == "block" )
  117.         {    
  118.             thisinfo = strName ;
  119.             Obj.style.display = "none" ;
  120.             Obj.className = "infotext" ;
  121.             
  122.         }
  123.         Obj.style.display = "none" ;
  124.     }
  125.     if( strCtl == "cont")
  126.         Obj.style.display = "none" ;
  127.     
  128.                     
  129. }
  130. document.all.item(thisinfo).style.display = "block" ;
  131. document.all.item(thistext).style.display = "block" ;
  132. controle.style.display = "block" ;
  133.  
  134. }
  135.  
  136. function fermerg_onclick() {
  137. var Obj;
  138. var strName ;
  139. var strCtl ;
  140. for( i = 0; i< document.all.length; i++)
  141. {
  142.     Obj = document.all(i) ;
  143.     strName = Obj.id ;
  144.     if( strName != "undefined" )
  145.     strCtl = strName.substr(0,4) ;
  146.     if( strCtl == "info"  )
  147.     {
  148.         Obj.className = "infotext" ;
  149.         Obj.style.display = "none" ;
  150.     }
  151.     if( strCtl == "cont"  )
  152.     {
  153.         Obj.style.display = "none" ;
  154.     }
  155. }
  156. document.all.item(thistext).style.display = "block" ;
  157. }
  158.  
  159. function ASRRec1_SpeechRecognized(phrase,score,action) 
  160. {
  161.  
  162.  
  163.     if(ASRRec1.ContextName == "site")
  164.     {
  165.         process_site(phrase, score, action) ;
  166.         return ;
  167.     }
  168.     if(ASRRec1.ContextName == "sitejeux")
  169.     {
  170.         process_jeu(phrase,score, action) ;
  171.         return ;
  172.     }
  173.     return ;
  174. }
  175.  
  176. function process_site(phrase, score, action)
  177. {
  178.     if(score < 50)
  179.         return ;
  180.     switch(action)
  181.     {
  182.         /******************************************************
  183.                 Navigation
  184.     *******************************************************/
  185.     case 1:
  186.         document.location.href = "pageprin.htm";break;
  187.     case 2:
  188.         document.location.href = "pourfairequoi.htm";
  189.         break;
  190.     case 3 :
  191.         document.location.href = "qui.htm" ;break;
  192.     case 4 :
  193.         document.location.href = "contacte.htm";break;
  194.     case 5:
  195.         document.location.href = "aide.htm";break;
  196.     case 6:
  197.         document.location.href = "nos.htm";break;
  198.     case 7 :
  199.         document.location.href = "agenda.htm"; break;
  200.     case 8:
  201.         document.location.href = "revues.htm";break;
  202.     case 9:
  203.         document.location.href = "ensavoir.htm";break;
  204.     case 10:
  205.         document.location.href = "nouvelle.htm";break;
  206.     case 11:
  207.         document.location.href = "nouvelle1.htm";break;
  208.     case 12:
  209.         document.location.href = "QuizzFR.htm";break;
  210.     
  211.     case 29 :
  212.         document.location.href = "fabricants.htm";break;    
  213.     case 100:
  214.         document.location.href = "default1.htm";break;
  215.  
  216.  
  217.     /**************************************************
  218.                  Commandes
  219.     ****************************************************/
  220.     case 14:
  221.         window.print();break;
  222.     case 101:
  223.         window.history.back(1);break;
  224.     case 102:
  225.         window.history.forward(1);break;
  226.         
  227.     case 103 :
  228.         CommandesP.click() ;break;
  229.  
  230.     case 104 :
  231.          document.location.href="defaultGB.htm" ; 
  232.          break ;
  233.  
  234.  
  235.     
  236.         break ;    
  237.     case 1000:
  238.         window.close();break;
  239. /*********************************************
  240.     SpΘcifique
  241. **********************************************/
  242.     case 30 :
  243.         couleurs.click() ;
  244.         break ;
  245.     case 20000 :
  246.         window.top.location.href = "../index.html";
  247.         break;
  248.  
  249.     default :
  250.     break ;
  251. ///////////////////////////////////////////////////        
  252.     
  253.     }
  254. }
  255.  
  256.  
  257.  
  258.  
  259.  
  260. function process_jeu(phrase,score,action) 
  261. {
  262.     switch(action)
  263.     {
  264.         case 1 :
  265.         thisChoice = 1;
  266.         couleurs.click() ;
  267.         return ;
  268.     
  269.         case 2 :
  270.         thisChoice = 2;
  271.         chiffres.click() ;
  272.         return ;
  273.     
  274.         case 3 :
  275.         thisChoice = 3 ;
  276.         lettres.click() ;
  277.         return ;
  278.     
  279.         case 4 :
  280.     
  281.         switch (thisChoice)
  282.         {
  283.             case 1 :
  284.             couleurs.click();
  285.             break;
  286.             
  287.             case 2 :
  288.             chiffres.click() ;
  289.             break;
  290.             
  291.             case 3 :
  292.             lettres.click() ;
  293.             break;
  294.             
  295.             default :
  296.             break ;
  297.         }
  298.     
  299.         return ;
  300.     
  301.     
  302.         case 1000 : 
  303.         if (score > 50)
  304.         {
  305.             ASRRec1.ContextName = "site" ;
  306.             ASRRec1.ActivateSingleCtx("site");
  307.             scoreparole.style.display="none" ;
  308.             labelscore.style.display="none" ;
  309.             scorebar.style.display="none" ;
  310.             scorebande.style.display="none" ;
  311.             dit.style.display ="none" ;
  312.             emploi.style.display ="block" ;
  313.             tirage.style.display ="none" ;
  314.             text1.style.backgroundColor ="white" ;
  315.             tirage.style.color = "black";
  316.             
  317.         }
  318.         return ;
  319.         
  320.         default :
  321.         break ;
  322.     }
  323.     lescore.width = score ;
  324.     scoreparole.style.display="block" ;
  325.     labelscore.style.display="block" ;
  326.     scorebar.style.display="block" ;
  327.     scorebande.style.display="block" ;
  328.     labelscore.innerText = "SCORE:" + score ;
  329.     dit.innerText = phrase ;
  330.     dit.style.display ="block" ;
  331.     if( score > 50 )
  332.     {
  333.         
  334.         if( phrase == thistext)
  335.         {
  336.             tirage.innerText = "GagnΘ!!!" ;
  337.         }
  338.         else
  339.             tirage.innerText = "Essayez encore" ;
  340.         return ;
  341.     }
  342.     tirage.innerText = "Essayez encore" ;
  343. }
  344.  
  345. function lettres_onclick() 
  346. {
  347.  var strCtx  ;
  348.  strCtx = new String("sitejeux") ;
  349.  thisChoice = 3 ;
  350.     if( ASRRec1.ContextName != strCtx )
  351.     {
  352.         ASRRec1.ContextName = "sitejeux";    
  353.         ASRRec1.ActivateSingleCtx("sitejeux");
  354.     }
  355.     tirage.style.display ="block" ;
  356.     scoreparole.style.display="none" ;
  357.     labelscore.style.display="none" ;
  358.     scorebar.style.display="none" ;
  359.     scorebande.style.display="none" ;
  360.     dit.style.display ="none" ;
  361.     emploi.style.display ="none" ;
  362.     text1.style.backgroundColor ="white" ;
  363.     var strTirage ="" ;
  364.     do
  365.     {    
  366.         strTirage = TabLettres[Math.floor(Math.random()*TabLettres.length)] ;
  367.         tirage.innerText = strTirage ; 
  368.     }
  369.     while( strTirage == staticLettre ) ;
  370.     tirage.style.color = "black";
  371.     staticlettre = strTirage ;
  372.     thistext = tirage.innerText ;            
  373. }
  374.  
  375. function couleurs_onclick() {
  376.  
  377.  
  378.  var strCtx  ;
  379.  strCtx = new String("sitejeux") ;
  380.  thisChoice = 1 ;
  381.     if( ASRRec1.ContextName != strCtx )
  382.     {
  383.         ASRRec1.ContextName = "sitejeux";    
  384.         ASRRec1.ActivateSingleCtx("sitejeux");
  385.     }
  386.     tirage.style.display ="block" ;
  387.     scoreparole.style.display="none" ;
  388.     labelscore.style.display="none" ;
  389.     scorebar.style.display="none" ;
  390.     scorebande.style.display="none" ;
  391.     dit.style.display ="none" ;
  392.     emploi.style.display ="none" ;
  393.     var strTirage ="" ;
  394.     do
  395.     {
  396.     strTirage = TabCouleurs[Math.floor(Math.random()*TabCouleurs.length)] ;
  397.     }
  398.     while(strTirage == staticCouleur) ;
  399.     staticCouleur = strTirage ;
  400.     if(strTirage == "black" )
  401.     {
  402.         tirage.style.color = "white" ;
  403.     }
  404.     else
  405.         tirage.style.color = "black";
  406.     text1.style.backgroundColor = strTirage ;
  407.     tirage.innerText = strTirage ;    
  408.     thistext = tirage.innerText ;
  409.     
  410. }
  411.  
  412. function chiffres_onclick() {
  413.  
  414. var strCtx  ;
  415.  strCtx = new String("sitejeux") ;
  416. thisChoice = 2 ;
  417.     if( ASRRec1.ContextName != strCtx )
  418.     {
  419.         ASRRec1.ContextName = "sitejeux";    
  420.         ASRRec1.ActivateSingleCtx("sitejeux");
  421.     }
  422.     tirage.style.display ="block" ;
  423.     scoreparole.style.display="none" ;
  424.     labelscore.style.display="none" ;
  425.     scorebar.style.display="none" ;
  426.     scorebande.style.display="none" ;
  427.     dit.style.display ="none" ;
  428.     emploi.style.display ="none" ;
  429.  
  430.     var strTirage = "" ;
  431.     do
  432.     {    
  433.         strTirage = TabNombres[Math.floor(Math.random()*TabNombres.length)] ;
  434.     }
  435.     while ( strTirage == staticNombre );
  436.     text1.style.backgroundColor ="white" ;
  437.     staticNombre = strTirage ;
  438.     tirage.style.color = "black";
  439.     tirage.innerText = strTirage ;
  440.     thistext = tirage.innerText ;            
  441. }
  442. function CommandesP_onclick() {
  443.  info1.style.display = "block" ;
  444. }
  445.  
  446. //-->
  447. </script>
  448. <script LANGUAGE="javascript" FOR="ASRRec1" EVENT="SpeechRecognized(phrase, score, action)">
  449. <!--
  450.  
  451.  ASRRec1_SpeechRecognized(phrase,score,action)
  452. //-->
  453. </script>
  454.  
  455.  
  456.  
  457.  
  458. <!*********************************************************************************
  459. ***********************************************************************************->
  460. </head>
  461.  
  462.  
  463.  
  464. <body background="images/pourfairequoi.gif"
  465.  style="BACKGROUND-REPEAT: no-repeat"
  466.   LANGUAGE="javascript" >
  467.  
  468.  
  469.  
  470. <img 
  471.      src="images/dummylogo.gif" WIDTH="139" HEIGHT="85" 
  472.       onclick="location.href='default1.htm'"
  473.       style="CURSOR: hand ; POSITION: absolute; LEFT : 620px; TOP : 490px"> 
  474.       
  475.       
  476.       
  477. <OBJECT classid="clsid:80B9E3EF-AD88-11D3-9FEB-D74ABDA2E736" id=ASRRec1 style="BACKGROUND-COLOR: #285098; LEFT: 13px; POSITION: absolute; TOP: 0px; POSITION: ABSOLUTE;" VIEWASTEXT>
  478.     <PARAM NAME="_cx" VALUE="6244">
  479.     <PARAM NAME="_cy" VALUE="2064">
  480.     <PARAM NAME="DatbaseName" VALUE="MyDb">
  481.     <PARAM NAME="ContextName" VALUE="site">
  482.     <PARAM NAME="UserName" VALUE="generic user">
  483.     <PARAM NAME="EnvName" VALUE="Win32"></OBJECT>
  484.  
  485.  
  486. <table ALIGN="left" BORDER="0" class="tab1" LANGUAGE="javascript" id="table1">
  487.   <tr>
  488.     <td BACKGROUND="images/boutonrecvoc1ro.gif" height="70" onclick="location.href='pageprin.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: hand" onmouseover="IMG1.style.visibility = 'hidden'" onmouseout="IMG1.style.visibility='visible'">
  489.         <a style="TEXTDECORATION: none" href="pageprin.htm">
  490.         <img src="images/boutonrecvoc1.gif" border="0" id="IMG1" WIDTH="130" HEIGHT="64"></a>
  491.     </td>
  492.   </tr>
  493.   <tr>
  494.     <td>
  495.         <img src="images/boutonfq1sel.gif" border="0" id="IMG2" WIDTH="130" HEIGHT="56"> 
  496.         
  497.     </td>
  498.   </tr>
  499.   <tr>
  500.     <td BACKGROUND="images/boutonqui1ro.gif" onclick="location.href='qui.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: hand" onmouseover="IMG3.style.visibility = 'hidden'" onmouseout="IMG3.style.visibility='visible'">
  501.     <a style="TEXTDECORATION: none" href="qui.htm">
  502.         <img src="images/boutonqui1.gif" border="0" id="IMG3" WIDTH="130" HEIGHT="55"></a>    
  503.     </td>
  504.   </tr>
  505.   <tr>
  506.     <td BACKGROUND="images/boutoncontact1ro.gif" onclick="location.href='contacte.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: hand" onmouseover="IMG4.style.visibility = 'hidden'" onmouseout="IMG4.style.visibility='visible'">
  507.     <a style="TEXTDECORATION: none" href="contacte.htm">
  508.         <img src="images/boutoncontact1.gif" border="0" id="IMG4" WIDTH="130" HEIGHT="54"></a>    
  509.     </td>
  510.   </tr>
  511.   <tr>
  512.     <td BACKGROUND="images/boutonaide1ro.gif" onclick="location.href='aide.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: hand" onmouseover="IMG5.style.visibility = 'hidden'" onmouseout="IMG5.style.visibility='visible'">
  513.     <a style="TEXTDECORATION: none" href="aide.htm">
  514.         <img src="images/boutonaide1.gif" border="0" id="IMG5" WIDTH="130" HEIGHT="56"></a>    
  515.     </td>
  516.   </tr>
  517. </table> 
  518.  
  519. <div id="table2" class="tab2" LANGUAGE="javascript">
  520.  
  521. <table WIDTH="100" ALIGN="left" BORDER="0" cellspacing="10" CELLPADDING="1">
  522.   <tr>
  523.     <td LANGUAGE="javascript" 
  524.         class="nav1" 
  525.         onmouseover="this.bgColor = '#FFA500' " 
  526.         onmouseout="this.bgColor = '#FFFFFF' " 
  527.         onclick="location.href='nouvelle.htm'" 
  528.         style="CURSOR: hand">
  529.         Navigation
  530.         </td>
  531.   </tr>
  532.   <tr>
  533.     <td LANGUAGE="javascript" 
  534.         class="nav1" 
  535.         onmouseover="this.bgColor = '#FFA500' " 
  536.         onmouseout="this.bgColor = '#FFFFFF' " 
  537.         onclick="location.href='nouvelle1.htm'" 
  538.         style="CURSOR: hand">
  539.         Recherche de donnΘes 
  540.     </td>
  541.   </tr>
  542.   <tr>
  543.     <td LANGUAGE="javascript" 
  544.         class="nav1" 
  545.         onmouseover="this.bgColor = '#FFA500' " 
  546.         onmouseout="this.bgColor = '#FFFFFF' " 
  547.         onclick="location.href='QuizzFR.htm'" 
  548.         style="CURSOR: hand">
  549.         Les jeux 
  550.         </td>
  551.   </tr>
  552.   <tr>
  553.   <td class="nav1" style="COLOR: orange" bgcolor="blue">Formation </td>
  554.   </tr>
  555.   
  556. </table> 
  557. </div>
  558.  
  559. <img id="aide1" class="aidepic" src="images/aidepic.gif" WIDTH="271" HEIGHT="207"> 
  560. <div id="controle" class="infocontrole" style="DISPLAY: none">
  561.     <table>
  562.     
  563.     <tr>
  564.         <td id="aggrandir" LANGUAGE="javascript" onclick="return aggrandir_onclick()">
  565.             <img src="images/aggrandir.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  566.         </td>
  567.         <td id="fermer" LANGUAGE="javascript" onclick="return fermer_onclick()">
  568.             <img src="images/fermer.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  569.         </td></tr>
  570.     </table>
  571. </div>
  572.  
  573. <div id="controleg" class="infocontroleg" style="DISPLAY: none">
  574.     <table>
  575.     
  576.     <tr>
  577.         <td id="rapetisser" LANGUAGE="javascript" onclick="return rapetisser_onclick()">
  578.             <img src="images/rapetisser.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  579.         </td>
  580.         <td id="fermerg" LANGUAGE="javascript" onclick="return fermerg_onclick()">
  581.             <img src="images/fermer.gif" style="BORDER-BOTTOM: black solid 2px; BORDER-LEFT: black solid 2px; BORDER-RIGHT: black solid 2px; BORDER-TOP: black solid 2px" WIDTH="40" HEIGHT="40"> 
  582.         </td></tr>
  583.     </table>
  584. </div>
  585.  
  586.  
  587.  
  588. <div id="text1" class="defaulttext" language="javascript">
  589.  
  590.  
  591.  
  592. <!*********************************************************************************
  593. ************************************************************************************
  594.                             ICONES JEUX
  595. ************************************************************************************
  596. ***********************************************************************************->
  597.  
  598. <table id="iconesjeux">
  599. <td id="couleurs" language="javascript" onmouseover="this.className='boutonjeusel';
  600.             titre1.style.display='block'; " onmouseout="this.className='boutonjeu';
  601.           titre1.style.display='none'" class="boutonjeu" onclick="return couleurs_onclick()" bgcolor="White">
  602. <img src="images/couleurs.gif" WIDTH="80" HEIGHT="60">
  603. </td>
  604. <td id="chiffres" language="javascript" onmouseover="this.className='boutonjeusel';
  605.             titre2.style.display='block'; " onmouseout="this.className='boutonjeu';
  606.           titre2.style.display='none'" class="boutonjeu" onclick="return chiffres_onclick()" bgcolor="White">
  607.  <img src="images/leschiffres.gif" WIDTH="80" HEIGHT="60">
  608. </td>
  609. <td id="lettres" language="javascript" onmouseover="this.className='boutonjeusel';
  610.             titre3.style.display='block'; " onmouseout="this.className='boutonjeu';
  611.           titre3.style.display='none'" class="boutonjeu" onclick="return lettres_onclick()" bgcolor="White">
  612.  <img src="images/leslettres.gif" WIDTH="80" HEIGHT="60">
  613. </td>
  614. </table>
  615. <!*********************************************************************************
  616. ***********************************************************************************->
  617. <p id="emploi"> Pour commencer α jouer cliquez sur un des boutons ,ou dites "DΘmarrer le jeu". Pour revenir α la navigation
  618. dites "quit game" </p>
  619. <p id="tirage" style="FONT-SIZE:48 pt"> </p>
  620. </div>
  621.  
  622. <!*********************************************************************************
  623. ************************************************************************************
  624.                             SCORE PAROLE
  625. ************************************************************************************
  626. ***********************************************************************************->
  627.  
  628. <div id="scoreparole" class="score" style="display:'none'">
  629.  
  630.  
  631. <img id="nogood" src="images/nogood.gif" style="position:relative; left: 0px" height="85" width="60" language="javascript">
  632.  
  633.  
  634.  
  635. <img id="good" src="images/good.gif" style="position:relative; left: 110px" height="85" width="60" language="javascript">
  636.  
  637. </div>
  638.  
  639. <span id="labelscore" style="position:absolute;left:219px;top:485px;display:'none'">
  640. SCORE :
  641. </span>
  642.  
  643.  
  644. <span id="scorebar" style="position:absolute;left:220 px;top:550px;display:'none'">  
  645. <img id="lescore" src="images/bande.gif" style="z-index: 1" language="javascript" WIDTH="100" HEIGHT="20">
  646. </span>
  647.  
  648. <span id="scorebande" style="position:absolute;left:220 px;top:550px; display:'none'">  
  649. <img src="images/cadrebande.gif" style="z-index: 2" WIDTH="100" HEIGHT="20">
  650. </span>
  651.  
  652. <!*********************************************************************************
  653. ***********************************************************************************->
  654.  
  655. <!*********************************************************************************
  656. ************************************************************************************
  657.                             Titres des jeux
  658. ************************************************************************************
  659. ***********************************************************************************->
  660. <span id="titre1" class="infotitre" style="FONT-SIZE:10pt; 
  661. FONT-WEIGHT:bold ;
  662. display:'none'">  <center>LES COULEURS
  663.  
  664. </center> </span> 
  665.  
  666. <span id="titre2" class="infotitre" style="FONT-SIZE:10pt; 
  667. FONT-WEIGHT:bold ;
  668. display:'none'">  <center>LES CHIFFRES</center> </span> 
  669.  
  670. <span id="titre3" class="infotitre" style="FONT-SIZE:10pt; 
  671. FONT-WEIGHT:bold ;
  672. display:'none'">  <center>LES LETTRES </center> 
  673. </span>
  674. <span id="dit" class="infotitre" style="BACKGROUND-COLOR:'transparent';FONT-SIZE:48pt"> 
  675. <p></p>
  676. </span>
  677. <!*********************************************************************************
  678. ***********************************************************************************->
  679. <span id="CommandesP" language="javascript" class="liencom" 
  680.          ondblclick="fermer_onclick()" onclick="return CommandesP_onclick()">
  681. <div id="info1" class="infotext" style="DISPLAY: none; FONT-SIZE: 9pt" ondblclick="fermer_onclick()"> 
  682. la reconnaissance vocale <br>
  683. pour faire quoi <br>
  684. pourquoi faire <br>
  685. qui sommes nous <br>
  686. contactez nous <br>
  687. aide <br>
  688. accueil<br>
  689. nos partenaires <br>
  690. agenda <br>
  691. en savoir plus<br>
  692. la navigation <br>
  693. les jeux <br>
  694. la formation<br>
  695. la recherche des donnΘes<br>
  696. prΘcΘdent<br>
  697. Θcran prΘcΘdent<br> 
  698. retour<br>
  699. suivant<br>Θcran suivant<br>
  700. avance<br>
  701. partenaires<br>
  702. accueil <br>
  703. commandes 
  704. possibles <br>
  705. quitter <br>
  706. fermer <br>
  707. anglais <br>
  708. </div>  
  709. </body>
  710. </html>
  711.